var crypto/x509.oidPublicKeyEd25519
6 uses
crypto/x509 (current package)
parser.go#L296: case oid.Equal(oidPublicKeyEd25519):
pkcs8.go#L69: case privKey.Algo.Algorithm.Equal(oidPublicKeyEd25519):
pkcs8.go#L142: Algorithm: oidPublicKeyEd25519,
x509.go#L117: publicKeyAlgorithm.Algorithm = oidPublicKeyEd25519
x509.go#L494: oidPublicKeyEd25519 = asn1.ObjectIdentifier{1, 3, 101, 112}
x509.go#L508: case oid.Equal(oidPublicKeyEd25519):
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |